-1, 1, -1,
GTK_PARAM_READWRITE|G_PARAM_CONSTRUCT_ONLY));
+ /**
+ * GtkAssistant:header-padding:
+ *
+ * Number of pixels around the header.
+ *
+ * Deprecated:3.20: This style property is ignored.
+ */
gtk_widget_class_install_style_property (widget_class,
g_param_spec_int ("header-padding",
P_("Header Padding"),
G_MAXINT,
6,
GTK_PARAM_READABLE));
+
+ /**
+ * GtkAssistant:content-padding:
+ *
+ * Number of pixels around the content.
+ *
+ * Deprecated:3.20: This style property is ignored.
+ */
gtk_widget_class_install_style_property (widget_class,
g_param_spec_int ("content-padding",
P_("Content Padding"),